projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80fd1fe
)
(init_lread): Put non-ex-dir warnings on stderr.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 29 Jan 1994 01:15:53 +0000
(
01:15
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 29 Jan 1994 01:15:53 +0000
(
01:15
+0000)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 2ee7fbf12cca5a017b8b9e428afd1ff440a58c1a..d74febcf3396e43c60d504784153ce1d3e0efa01 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-1879,8
+1879,8
@@
init_lread ()
{
dirfile = Fdirectory_file_name (dirfile);
if (access (XSTRING (dirfile)->data, 0) < 0)
-
printf (
"Warning: lisp library (%s) does not exist.\n",
- XSTRING (Fcar (path_tail))->data);
+
fprintf (stderr,
"Warning: lisp library (%s) does not exist.\n",
+
XSTRING (Fcar (path_tail))->data);
}
}
}